Answer: Essentially, starting from any position on outermost squares, one can complete the full outer round, and then enter inside - if a smaller even grid had solutions, this must as well. If you are starting from an inner starting square, do what you would do for n-2 grid. At some point in this solution you would be going along the "edge" of n-2 grid (note that this is mandatorily required to approach the corner of inside n-2 grid). This can be used as an opportunity to jump to outermost layer and complete that before coming back in.